home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_267 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  186 b   |  12 lines

  1. on(release){
  2.    set("../:selected",_name);
  3.    tellTarget("../")
  4.    {
  5.       gotoAndStop(selected);
  6.    }
  7.    tellTarget("_level40/sound")
  8.    {
  9.       gotoAndStop("click");
  10.    }
  11. }
  12.